text/template/parse.elseNode.Line (field)
3 uses
text/template/parse (current package)
node.go#L816: Line int // The line number in the input. Deprecated: Kept for compatibility.
node.go#L820: return &elseNode{tr: t, NodeType: nodeElse, Pos: pos, Line: line}
node.go#L840: return e.tr.newElse(e.Pos, e.Line)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)